home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / Text / Compare / Compare Help < prev   
Text File  |  1991-01-07  |  2KB  |  44 lines

  1. General Instructions:
  2.  
  3. 1.  When the program starts the upper left text editing
  4.     window is highlighted.  Open the first file into this 
  5.     window.
  6.     
  7. 2.  Click on the upper right window and open the second file.
  8.  
  9. 3.  Select Compare from the Compare files menu and the 
  10.     comparison shows up in the comparison window.
  11.     
  12. Helpful hints:
  13.  
  14. 1.  I can't easily display line numbers in the original
  15.     files but if you hold the mouse button down while the
  16.     cursor is in the window the title bar shows the column
  17.     and line number of the cursor.  This should help you find
  18.     particular lines in the original files.  (The title bar also 
  19.     gives the length of the current selection in characters and
  20.     lines)
  21.  
  22. 2.  The Special menu has a search dialog based on regular 
  23.     expressions.  Read the two help dialogs for instructions.
  24.     There is also a Jump command to allow you to jump to a 
  25.     specific line number in the current window.
  26.     
  27. General Notes:
  28.  
  29. 1.  The code is not fast but is a stand alone utility.  I wrote it 
  30.     so I could get a comparison file and then go to the point
  31.     of interest and not weed through all the changes I am not 
  32.     interested in.  You can speed things up somewhat by reducing the 
  33.     size of the Comparison window so that there is less time spent 
  34.     scrolling.  I decided the scrolling was worth since that lets you 
  35.     know that the program is working.
  36.     
  37. 2.  The comparison can be run in the background and should not 
  38.     slow up foreground activities too much.  I tested this on 
  39.     a stock Mac II so on slower machine the response in foreground
  40.     operations may suffer.
  41.     
  42. 3.  Typing a period '.' will interrupt the program gracefully.
  43.     Typing a Command-'.' will interrupt it ungracefully when the 
  44.     next IO occurs to any window.  This is an artifact of the compiler.